List and Tree Events
This documentation is for an older version of ZK. For the latest one, please click here.
List and Tree Events
onSelect | listbox
tabbox tab tree combobox |
Event: SelectEvent
Denotes user has selected one or multiple child components. For a Please note: |
onOpen | north
east west south groupbox treeitem combobox bandbox menupopup window |
Event: OpenEvent
Denotes the user has opened or closed a component. Note: unlike It is useful to implement load-on-demand by listening to the |
onClose | north
east west south groupbox treeitem combobox bandbox menupopup window |
Event: OpenEvent
There is no onClose event. There is only an onOpen event, however you can determine the state by using the |